home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
- <xsl:import href="Strings.xsl"/>
- <xsl:output method="html" doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" encoding="UTF-8" indent="yes"/>
-
- <!-- Template for generating the main report. The main entry point for the transformation. -->
- <xsl:template name="MainFrame" match="/">
- <html>
- <head>
- <title>
- <xsl:value-of select="$valDatabaseDesignReport"/>
- </title>
- </head>
- <script language="javascript">
- <xsl:text disable-output-escaping="yes">
- <!--
- </xsl:text>
-
- <xsl:text disable-output-escaping="yes">
- document.write('<frameset border="1" frameSpacing="0" borderColor="#cccccc" rows="*" cols="150,*">');
- </xsl:text>
-
- <xsl:text disable-output-escaping="yes">
- document.write('<frame src="</xsl:text><xsl:value-of select="/FMPReport/File/@linkTOCFrame"/><xsl:text disable-output-escaping="yes">" name="leftFrame" scrolling="NO"/>');
- </xsl:text>
-
- <xsl:text disable-output-escaping="yes">
- document.write('<frame src="</xsl:text><xsl:value-of select="/FMPReport/File/@linkReportFrame"/><xsl:text disable-output-escaping="yes">'+ (window.location.search?('#' + unescape(window.location.search.substring(1))):"") +'</xsl:text><xsl:text disable-output-escaping="yes">" name="main"/>');
- </xsl:text>
-
- <xsl:text disable-output-escaping="yes">
- document.write('</frameset>');
- </xsl:text>
-
- <xsl:text disable-output-escaping="yes">
- -->
- </xsl:text>
- </script>
- </html>
- </xsl:template>
- </xsl:stylesheet>